blob: af321e0da56c69b2b26af7b62b7463dc7d64a378 [file] [log] [blame]
// "Convert to ThreadLocal" "true"
class X {
volatile int <caret>i = 0;
}