blob: 179e2b16525264740428f6df4ab63220c14a7efd [file] [log] [blame]
// "Convert to atomic" "true"
class Test {
volatile int <caret>i = 0;
}