llvm-6502/test/CFrontend/2007-02-16-WritableStrings.c

8 lines
219 B
C
Raw Normal View History

// Test the -fwritable-strings option.
// RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | grep 'internal global' &&
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep 'internal constant'
char *X = "foo";