File: bug61_negative_i_empty_class_match_none.c

package info (click to toggle)
re2c 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 50,052 kB
  • sloc: cpp: 32,477; ml: 8,279; sh: 5,265; makefile: 968; haskell: 612; python: 428; ansic: 227; javascript: 111; java: 3
file content (10 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/* Generated by re2c */
// re2c $INPUT -o $OUTPUT -i --empty-class match-none

{
	YYCTYPE yych;
}

bug61_negative_i_empty_class_match_none.re:3:4: warning: empty character class [-Wempty-character-class]
bug61_negative_i_empty_class_match_none.re:2:0: warning: control flow is undefined for strings that match '', use default rule '*' [-Wundefined-control-flow]
bug61_negative_i_empty_class_match_none.re:3:17: warning: unreachable rule  [-Wunreachable-rules]