2022-09-19 11:57:16 +02:00

5 lines
56 B
Plaintext

a = 4 +b ;
// EXPECTED
// b is undefined
// EXITCODE 1