#version 100 primitive main(int a) { loop: { sync { goto loop; // not allowed } } }