libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / builtins-1.c
blobe076d850def43bc322e19bf039c1231963165891
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-rtl-expand-all" } */
3 int isdigit(int c)
5 return c >= 0;