bootstrap/specs/clang/template/main.c

4 lines
78 B
C
Raw Normal View History

2023-11-23 11:10:04 +00:00
#include <stdlib.h>
int main(int argc, char **argv) { return EXIT_SUCCESS; }