13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
# @TEST-EXEC: hiltic -p %INPUT >opt.hlt
|
|
# @TEST-EXEC: btest-diff opt.hlt
|
|
#
|
|
# @TEST-DOC: Test removal of no-op `default<void>()` statements
|
|
|
|
module Test {
|
|
|
|
public function void foo() {
|
|
default<void>();
|
|
}
|
|
|
|
}
|