blob: 4abc57e9ea0c743d7b83a22a9ba4daa884ce2795 (
plain)
1
2
3
4
5
6
7
8
|
/* PR preprocess/95183 */
/* { dg-do preprocess } */
#define f(x) x
#include "eof-2.h"
/* { dg-regexp {[^\n]*eof-2.h:4:21: error: unterminated argument list invoking macro 'f'\n} } */
|