mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
@struct foo : {
|
|
x : ([MAX_PATH]char),
|
|
}
|
|
|
|
@struct @test_tag bar : {
|
|
y : float,
|
|
z: i32,
|
|
}
|