summaryrefslogtreecommitdiffstats
path: root/test/Parser/c-namespace.c
blob: ffca15e6a2ebda18a4d4f1f851318de335af8468 (plain)
1
2
3
4
5
6
// RUN: clang-cc -fsyntax-only %s 
void bla1() {
  struct XXX;
  int XXX;
}

OpenPOWER on IntegriCloud