- #elif now actually works properly (hopefully) - fixed some array decaying bugs (hopefully), and generally simplified typing
17 lines
246 B
C
17 lines
246 B
C
#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
|
|
*/
|
|
|
|
|
|
|
|
int main() {
|
|
}
|