blob: 21135308ca0b83fbb2ba7405ee5e76d5b834e957 [file] [log] [blame]
package main
import . "swigtests/virtual_derivation"
// very innocent example
func main() {
b := NewB(3)
if b.Get_a() != b.Get_b() {
panic("something is really wrong")
}
}