summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/invalid-code.m
blob: 6eacba05f4ae814814bcf30c55096670245c1cf8 (plain)
1
2
3
4
5
6
7
// RUN: clang-cc %s -fsyntax-only -verify

// rdar://6124613
void test1() {
  void *p = @1; // expected-error {{unexpected '@' in program}}
}

OpenPOWER on IntegriCloud