]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth-flags-2.tmpl
c++: ir_block::m_instr
[xonotic/gmqcc.git] / tests / truth-flags-2.tmpl
index d9bb543547d82368941d8a06f1f4a29b6402a2d1..7e422217e8ed59a935c6fe89f377998c2f2de3e0 100644 (file)
@@ -2,7 +2,7 @@ I: truth-flags-2.qc
 D: logic flags
 T: -execute
 C: -std=fteqcc -ftrue-empty-strings
-M:                  ! & | i N
+M:                 ! & | i N
 M: 'str', 'str' -> 0 1 1 1 0
 M: 'str', ''    -> 0 1 1 1 0
 M: 'str', 0     -> 0 0 1 1 0