Compilateur/Fichiers_Tests/progC

5 lines
61 B
Text

int main(){
int b[3];
int * c = &b[2];
int * f = &b[1];
}