cpp-cheat/c/template_large.c
2015-07-06 11:59:37 +02:00

15 lines
176 B
C

#include "common.h"
#if __STDC_VERSION__ >= 199901L
#endif
#if __STDC_VERSION__ >= 201112L
#endif
#ifdef UNDEFINED_BEHAVIOUR
#endif
int main() {
return EXIT_SUCCESS;
}