fatal编译指示

fatal 编译指示用于使编译器输出具有给定内容的错误消息。 与 error 编译指示相反,编译保证会被此编译指示中止。

示例:

  1. when not defined(objc):
  2. {.fatal: "Compile this program with the objc command!".}