Explorar el Código

Tweak test for #defines

pull/2/head
Max Brunsfeld hace 10 años
padre
commit
6093f6f023
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      grammar_test/preprocessor.txt

+ 2
- 0
grammar_test/preprocessor.txt Ver fichero

@ -21,12 +21,14 @@ Object-like macro definitions
c == d ? \
e : \
f
#define FOUR mno
---
(translation_unit
(preproc_def (identifier))
(preproc_def (identifier) (preproc_arg))
(preproc_def (identifier) (preproc_arg))
(preproc_def (identifier) (preproc_arg)))
============================================

Cargando…
Cancelar
Guardar