1JNI_OnLoad called
2Create Main instance
3Calling functions on concrete Main
4Calling non-conflicting function on Main
5CHARGE
6Calling conflicting function on Main
7Expected ICCE Thrown on Main
8Calling non-conflicting function on Main
9CHARGE
10Calling functions on interface Iface
11Calling non-conflicting function on Iface
12CHARGE
13Calling conflicting function on Iface
14Expected ICCE Thrown on Iface
15Calling non-conflicting function on Iface
16CHARGE
17Calling functions on interface Iface2
18Calling conflicting function on Iface2
19Expected ICCE Thrown on Iface2
20