11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
# source: enum-ctf.c
|
|
# link: on
|
|
Enum e enumerand ENUMSAMPLE_1 has value 0
|
|
Enum e enumerand ENUMSAMPLE_2 has value 1
|
|
iter test: IENUMSAMPLE_1 has value -10
|
|
iter test: IENUMSAMPLE_2 has value -9
|
|
iter test: IENUMSAMPLE_3 has value -8
|
|
next test: IENUMSAMPLE_1 has value -10
|
|
next test: IENUMSAMPLE_2 has value -9
|
|
next test: IENUMSAMPLE_3 has value -8
|