mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 11:42:18 +00:00
7 lines
102 B
Text
7 lines
102 B
Text
|
const a = 10, b = 20;
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr multiple declarations are not allowed
|
||
|
*/
|