blob: f5c565c22f217d070a1c7087e92689ba5474089a [file] [log] [blame]
John Kessenichbd0747d2013-02-17 06:01:50 +00001
2 //
3/* anotehn t* ontuh * / tnoahnt /* oo */
4/* multi line...
5
6ao */
7/* no escape \
8oanot */
9// escape nothing \o oeu
10// escape newline \
11still in a comment
John Kessenich20169712013-03-09 19:50:19 +000012// escape newline \
13
14// a different comment
15#version 430 core
John Kessenichd3f85892013-06-25 21:09:47 +000016in vec4 v;
John Kessenich20169712013-03-09 19:50:19 +000017void main() {}
18
John Kessenichbd0747d2013-02-17 06:01:50 +000019