blob: 17065e21c2e4afe90166f22bdc98313dc20f7057 [file] [log] [blame]
Brian Osmane49703f2021-04-19 11:15:24 -04001const in out uniform flat noperspective sk_has_side_effects inline noinline void func1() {}
John Stiles6798e5d2020-09-17 18:20:26 -04002
Brian Osmane49703f2021-04-19 11:15:24 -04003void func2(const in out uniform flat noperspective sk_has_side_effects
John Stiles0dd1a772021-03-09 22:14:27 -05004 inline noinline float test) {}
John Stiles6798e5d2020-09-17 18:20:26 -04005
Brian Osmane49703f2021-04-19 11:15:24 -04006const in out uniform flat noperspective sk_has_side_effects inline noinline float var;