1 2 3 4 5 6 7 8
// gl-33-ext.slang //TEST_IGNORE_FILE: public struct A { public int state; public int next() { return state; } };