xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/tautologyhexa.err (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
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 12:34 = 56:78:9a;
9}
10