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