Files
tests/flex/flex_patter_vs_state/pattern.l
2024-03-10 15:57:35 +01:00

5 lines
64 B
Plaintext

%option noyywrap
%%
<INITIAL>\/\*([^*]|\*+[^/*])*\*+\/ { ; }
%%