blob: 4dee20b44e33e83ab7bc7cde78e3e9d0c86c63a4 [file] [log] [blame]
class Test {
long l;
int i;
void foo() {
l = i;
}
}