This:
#include <stdio.h>
#include <stdlib.h>

int
main(int argc, char **argv)
{
#ifdef FOO
    printf("Foo: %s\n", argv[0]);
#endif  bar

    return argc;
}
should not compile, for obvious reasons, but it does..
Using 0.28rc.
Fred
    
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to