Преглед изворни кода

Tweak test for #defines

pull/2/head
Max Brunsfeld пре 10 година
родитељ
комит
6093f6f023
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      grammar_test/preprocessor.txt

+ 2
- 0
grammar_test/preprocessor.txt Прегледај датотеку

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

Loading…
Откажи
Сачувај