1layout(location=1) out int id; 2 3noinline int fn() { 4 return sk_InstanceID; 5} 6 7void main() { 8 id = fn(); 9} 10