AT_SETUP([Torturing the Scanner])
-AT_DATA([input.y],
+AT_DATA_GRAMMAR([input.y],
[[%{
/* This is seen in GCC: a %{ and %} in middle of a comment. */
const char *foo = "So %{ and %} can be here too.";
}
]])
+# Pacify Emacs'font-lock-mode: "
+
AT_DATA([main.c],
[[typedef int value_t;
#include "input.h"