5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
a = 4 +b ;
|
||
|
// EXPECTED
|
||
|
// b is undefined
|
||
|
// EXITCODE 1
|