Sfoglia il codice sorgente

Tweak test for #defines

pull/2/head
Max Brunsfeld 10 anni fa
parent
commit
6093f6f023
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      grammar_test/preprocessor.txt

+ 2
- 0
grammar_test/preprocessor.txt Vedi File

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

Caricamento…
Annulla
Salva