10 lines
67 B
Text
10 lines
67 B
Text
struct b {
|
|
i32 a,
|
|
u32 b,
|
|
u32 c,
|
|
}
|
|
|
|
u32 test()
|
|
{
|
|
f32 a = 5.0;
|
|
}
|