compilers-lab1/test4

10 lines
90 B
Text
Raw Permalink Normal View History

2025-03-26 10:37:08 +08:00
struct Complex
{
float real, image;
};
int main()
{
struct Complex x;
y.image = 3.5;
}