Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20100720-4_0.c
blobe7669552fa90313034ba3615ed48cf884f09b554
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-flto -fsigned-char} {-flto -funsigned-char}} } */
4 char *a;
5 int f;
7 void
8 foo (void)
10 f = (*a != '-');
12 int main()
14 return 0;