comment.frag 253 B

1234567891011121314151617181920
  1. //
  2. /* anotehn t* ontuh * / tnoahnt /* oo */
  3. /* multi line...
  4. ao */
  5. /* no escape \
  6. oanot */
  7. // escape nothing \o oeu
  8. // escape newline \
  9. still in a comment
  10. // escape newline \
  11. // a different comment
  12. #version 430 core
  13. in vec4 v;
  14. void main() {}