You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program test;
global
struct s[3]
int a, b, c;
end
begin
end
function foo1()
private
int a;
struct pointer s ptr;
begin
end
function foo2()
private
int a;
struct pointer s ptr;
begin
end
La compilación falla en el segundo puntero s con el error "Declaración incorrecta de puntero a una estructura". Sin embargo las dos declaraciones son correctas.
The text was updated successfully, but these errors were encountered:
La compilación falla en el segundo puntero
s
con el error "Declaración incorrecta de puntero a una estructura". Sin embargo las dos declaraciones son correctas.The text was updated successfully, but these errors were encountered: