diff options
Diffstat (limited to 'regress/usr.bin/xlint/test-8.h')
-rw-r--r-- | regress/usr.bin/xlint/test-8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/usr.bin/xlint/test-8.h b/regress/usr.bin/xlint/test-8.h new file mode 100644 index 00000000000..04225e88d15 --- /dev/null +++ b/regress/usr.bin/xlint/test-8.h @@ -0,0 +1,4 @@ +/* $OpenBSD: test-8.h,v 1.1 2005/12/01 05:07:55 cloder Exp $ */ + +int bar(int); /* should not warn */ + |