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