class Test { long l; byte i; void foo() { l = i; } }