xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/tautology.err (revision f9d8f0dfa6389bc58fe4c9622365c3a57155f0b7)
1# bad (tautology) class declaration config
2
3# class declaration
4class "tautology" {
5    # tautology
6    # note that true does not work as it is a variable reference
7    # and for the same reason quotes are needed (or one can use hexa)
8    match if "foo" = "foo";
9}
10