preprocessor.cpp_style_line_directive.vert 513 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #extension GL_GOOGLE_cpp_style_line_directive : enable
  2. #error at "0:3"
  3. #line 150 "a.h"
  4. #error at "a.h:150"
  5. #line 24
  6. #error at "a.h:24"
  7. #line 42
  8. #error at "a.h:42"
  9. #line 30 "b.cc"
  10. #error at "b.cc:30"
  11. #line 10 3
  12. #error at "3:10"
  13. #line 48
  14. #error at "3:48"
  15. #line 4
  16. #error at "3:4"
  17. #line 55 100
  18. #error at "100:55"
  19. #line 1000 "c"
  20. #error at "c:1000"
  21. #line 42 1
  22. #error at "1:42"
  23. #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
  24. #error at "this-is-a-quite-long-name-maybe-i-should-shorten-it:42"