aboutsummaryrefslogblamecommitdiff
path: root/tests/pos-java-interop/volatile/Foo.java
blob: c6a607b4dfb4a39678a85b41a8b246ac14ce540e (plain) (tree)
1
2
3


                     
public class Foo {
  volatile int x = 1;
}