Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

parameters-01.glsl 68B

1234567891011
  1. /* FAIL: redefinition of a() */
  2. void a()
  3. {
  4. ;
  5. }
  6. void a()
  7. {
  8. ;
  9. }