#define,#macro,#error拒绝运行

问题描述

我真的不明白我的代码有什么问题。

@H_502_2@#ERROR "Code not finished!"

尽管有literally being in the manual,但仍声称语法错误

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

我希望它返回“错误代码未完成!”而不是“错误:语法错误”。
没有理由不起作用。任何针对编译器的命令(例如#macro和#define)也会发生这种情况。同样,取directly from the manual

help

我可能做错了什么?

解决方法

事实证明我没有启用预处理器。我好傻。

omg