| external C class FOO |
|---|
| attr attribute_a: C_INT; |
|---|
| attr attribute_b: C_FLOAT; |
|---|
| attr attribute_c: C_CHAR; |
|---|
| attr attribute_a: C_INT; |
|---|
| attr attribute_b: C_FLOAT; |
|---|
| attr attribute_c: C_CHAR; |
|---|
| shared c_foo:FOO; |
|---|
| shared c_foo_int:C_INT; |
|---|
| shared c_foo:FOO; |
|---|
| shared c_foo_int:C_INT; |
|---|
| const C_header:STR := "../foo.h"; |
|---|
| const C_name:STR := "C_FOO"; |
|---|
| create_foo:FOO; |
|---|
| print_foo |
|---|