xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/tautologyhexa.err (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
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