1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 08:34:22 +03:00
inform7/inform6/Tests/Test Errors/fwconst_version_test.inf
2022-03-06 11:13:00 +00:00

9 lines
102 B
INI
Executable file

Version FORWARD_CONSTANT;
#ifndef FORWARD_CONSTANT;
Constant FORWARD_CONSTANT 3;
#endif;
[ Main;
];