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

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