Ver código fonte

Tweak test for #defines

pull/2/head
Max Brunsfeld 10 anos atrás
pai
commit
6093f6f023
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      grammar_test/preprocessor.txt

+ 2
- 0
grammar_test/preprocessor.txt Ver arquivo

@ -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)))
============================================

Carregando…
Cancelar
Salvar