1 /* RUN: %llvmgcc %s -S -o - -emit-llvm | \
2 RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
6 Insure that stings go to the cstring section. This test is
7 intended solely for Darwin targets.
10 return "this string should go to the CSTRING SECTION";