blob: ebf64c2c3161336e4254e1ac87130fe2b502f426 [file] [log] [blame]
// Test the -fwritable-strings option.
// RUN: %llvmgcc -O3 -S -o - -fwritable-strings %s | \
// RUN: grep {internal global}
// RUN: %llvmgcc -O3 -S -o - %s | grep {private constant}
char *X = "foo";