PP: Fix issue #426, recover from bad-source macro expansion.

This commit is contained in:
John Kessenich 2017-01-02 17:56:08 -07:00
parent bc5196c003
commit faa720f14c
5 changed files with 35 additions and 4 deletions

3
Test/cppBad2.vert Executable file
View file

@ -0,0 +1,3 @@
#define a b(
#define b(x)
b(a)