fix scanner error
This commit is contained in:
parent
ee5791b1c8
commit
29b5b6c1f3
5 changed files with 26 additions and 1 deletions
9
test4
Normal file
9
test4
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
struct Complex
|
||||
{
|
||||
float real, image;
|
||||
};
|
||||
int main()
|
||||
{
|
||||
struct Complex x;
|
||||
y.image = 3.5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue