lang-bootstrap/05/main.c

18 lines
246 B
C
Raw Normal View History

#include "tests/parse_stb_image.h"
/* #if 0 */
/* #elif 1 */
/* int f(){} */
/* #endif */
/* @TODO: some more testing of #if/#elif/#else/#endif */
/* @TODO: ensure that
struct Something {
int a;
} x,y;
works
*/
2022-02-06 20:00:30 -05:00
int main() {
}