Open
Description
Issue description:
Well this code isn't detected by the compiler and when I compile it i just get "[Finished in 3.5s]"
Minimal complete verifiable example (MCVE):
main()
{
new tmpString[124];
strcat(tmpString,"{ffffff}This is 6"\ntest);
}
Workspace Information:
- Compiler version: 10.10.10
- Command line arguments provided (or sampctl version):
{
"cmd": ["pawncc.exe", "$file", "-;+", "-d3", "-iC:/path/to/pawno/includes"],
"path": "C:/path/to/pawno"
}
- Operating System: Windows 10