diff options
Diffstat (limited to 'test/FrontendC/2005-02-27-MarkGlobalConstant.c')
-rw-r--r-- | test/FrontendC/2005-02-27-MarkGlobalConstant.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/FrontendC/2005-02-27-MarkGlobalConstant.c b/test/FrontendC/2005-02-27-MarkGlobalConstant.c deleted file mode 100644 index 6806c94..0000000 --- a/test/FrontendC/2005-02-27-MarkGlobalConstant.c +++ /dev/null @@ -1,10 +0,0 @@ -// RUN: %llvmgcc -xc %s -S -o - | grep {private unnamed_addr constant } - -// The synthetic global made by the CFE for big initializer should be marked -// constant. - -void bar(); -void foo() { - char Blah[] = "asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd"; - bar(Blah); -} |