compilers-lab1/test4
2025-03-26 11:09:51 +08:00

9 lines
90 B
Text

struct Complex
{
float real, image;
};
int main()
{
struct Complex x;
y.image = 3.5;
}