summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
blob: b3413371ec2de59cd46ab8cc09bed1d0635510b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#if(1)
success
#endif

#if+1
success
#endif

#if-1
success
#endif

#if!1
success
#endif

#if~1
success
#endif