1// re2c $INPUT -o $OUTPUT -c
2/*!types:re2c*/
3
4#warning this is line 3
5
6void f()
7{
8/*!re2c
9    <*> * {}
10*/
11}
12