blob: 2602c9b4c3c09955dc37a3d6081f7bc772e00272 [file] [log] [blame]
Greg Hartman76d05dc2016-11-23 15:51:27 -08001/*
2 * Trivial C program to test the compiler
3 */
4
5int main(int argc, char *argv[])
6{
7 return 0;
8}