diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-02-06 16:33:39 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-02-06 16:33:39 -0800 |
commit | df2e79ce976ff922c46d56183a6a904f9d5b8cf6 (patch) | |
tree | 192c20e0cde3f250d40515b303e1944e30fc1c74 /dummy.c | |
parent | 9b7224f6a3419bba497b2a47a0c27f8f4893a3cc (diff) | |
download | syslinux-df2e79ce976ff922c46d56183a6a904f9d5b8cf6.tar.gz syslinux-df2e79ce976ff922c46d56183a6a904f9d5b8cf6.tar.xz syslinux-df2e79ce976ff922c46d56183a6a904f9d5b8cf6.zip |
Deal with various distributions breaking gcc in weird ways
Diffstat (limited to 'dummy.c')
-rw-r--r-- | dummy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dummy.c b/dummy.c new file mode 100644 index 00000000..81f2586c --- /dev/null +++ b/dummy.c @@ -0,0 +1,8 @@ +/* + * Trivial C program to test the compiler + */ + +int main(int argc, char *argv[]) +{ + return 0; +} |