1 /* $OpenBSD: tok.l,v 1.1 2017/07/07 14:12:43 espie Exp $ */ 2 %% 3 %% 4 5 6 int main() 7 { 8 return 0; 9 } 10