racket/collects/honu/examples/struct-test.honu
2005-05-27 18:56:37 +00:00

4 lines
42 B
Plaintext

struct Int() : IInt {
init int value;
}