11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
# @TEST-EXEC-FAIL: ${HILTIC} -j %INPUT > output 2>&1
|
|
# @TEST-EXEC: btest-diff output
|
|
#
|
|
# @TEST-DOC: Tests that function prototypes without &cxxname are declined
|
|
|
|
module Foo {
|
|
|
|
declare void fail();
|
|
|
|
}
|