PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-8.c
blobb4c0eb8401987efe8220d9a1f7fc28f10c748ab0
1 /* Test inline main, gnu99 mode, hosted. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "-std=gnu99 -fhosted" } */
6 inline int main (void); /* { dg-warning "cannot inline function 'main'" } */