mclangc/test.mcl

22 lines
239 B
Plaintext
Raw Normal View History

//type str = [u8];
//
//struct Foo {
// a: usize,
// b: &str
//}
//
//fn Foo.new(a: usize, b: &str) -> Foo {
// return Foo {
// a: a,
// b: b
// };
//}
//
//
//fn main() {
// let obj = Foo::new();
//
2024-12-21 01:22:07 +00:00
//}