Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / FrontendC / 2002-12-15-GlobalConstantTest.c
blob26de48fbb77f4486b3603873362e2ab6e4ab1ef9
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
4 const char *W = "foo";
5 const int X = 7;
6 int Y = 8;
7 const char * const Z = "bar";