Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
[syslinux.git] / dummy.c
blob81f2586c6c45317abc1ee781c6edcab132f9f8d3
1 /*
2 * Trivial C program to test the compiler
3 */
5 int main(int argc, char *argv[])
7 return 0;