* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-10.c
blobf7a7592a6a92011d21964d3460a45fc7b57f82a4
1 /* Test inline main, gnu99 mode, freestanding, -pedantic-errors. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "-std=gnu99 -ffreestanding -pedantic-errors" } */
6 inline int main (void) { return 1; }