ソースを参照

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 ? \
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)))
============================================

読み込み中…
キャンセル
保存