mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
13 lines
184 B
Text
13 lines
184 B
Text
|
global hello: int;
|
||
|
|
||
|
fun hello(): int {
|
||
|
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr fun hello()
|
||
|
@stderr redefinition of symbol, previous was at
|
||
|
@stderr invalid-redefinition-2.tolk:1:1
|
||
|
*/
|