2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 990213-1.c
bloba7c9f24898a01125b787dfec38eec68e7e0adee3
1 /* { dg-do compile } */
2 /* { dg-options "-W -Wall -Werror" } */
4 static inline int unused_fn(int dummyarg)
6 return dummyarg*dummyarg;
9 int main()
11 return 0;