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