compiler
compiler copied to clipboard
Future natives not future declarable.
Issue description:
Calling functions not yet declared is fine, unless they're natives, which doesn't work.
Minimal complete verifiable example (MCVE):
main()
{
Func();
}
native Func();
Workspace Information:
- Compiler version:
- Command line arguments provided (or sampctl version):
- Operating System:
If you call it in switch
before declaration the compiler thinks there's unmatched braces.
This issue has been automatically marked as stale because it has not had recent activity.