Improve compatibility with older versions of Windows.
[llvm/msp430.git] / test / FrontendC / 2009-02-27-CString.c
blob7a974eef347faaed6978ad9cc0d0cf4764ae5e7a
1 /* RUN: %llvmgcc %s -S -o - -emit-llvm | \
2 RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
3 XFAIL: *
4 XTARGET: darwin
5 END.
6 Insure that stings go to the cstring section. This test is
7 intended solely for Darwin targets.
8 */
9 char *foo() {
10 return "this string should go to the CSTRING SECTION";