// WITH_STDLIB annotation class A(vararg val xs: ULong) @A(1234u, 18446744073709551615u) fun foo(): Int = 42