]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/inline-7.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / inline-7.c
1 /* Test duplicate inline, gnu99 mode. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "-std=gnu99" } */
5
6 inline inline void f (void) {}