make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2005-02-27-MarkGlobalConstant.c
blobb9fbbb6369a5c4b32684690046ed0f8a89d545db
1 // RUN: %llvmgcc -xc %s -S -o - | grep {private constant }
3 // The synthetic global made by the CFE for big initializer should be marked
4 // constant.
6 void bar();
7 void foo() {
8 char Blah[] = "asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd";
9 bar(Blah);