Open Y-Less opened 2 years ago
The _inc_file automatic include guards don't seem to prevent including files any mode
_inc_file
#pragma compat 1 #define _inc_console #include <console> main() { print("hi"); }
That should give an undefined symbol error on print, because console.inc is never loaded. But it doesn't.
print
This issue has been automatically marked as stale because it has not had recent activity.
Issue description:
The
_inc_file
automatic include guards don't seem to prevent including files any modeMinimal complete verifiable example (MCVE):
That should give an undefined symbol error on
print
, because console.inc is never loaded. But it doesn't.Workspace Information: