summaryrefslogtreecommitdiffstats
path: root/test/Parser/compound_literal.c
blob: c263763b2e2a1730c8af37bc3b6224de5d650e4d (plain)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -verify %s
int main() {
  char *s;
  s = (char []){"whatever"}; 
}
OpenPOWER on IntegriCloud