Skip to content

Commit 5a0e1ae

Browse files
committed
Add function named _1 to tests
1 parent a16e416 commit 5a0e1ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/samples/ReservedWords.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ typedef struct {
2828
lazy finally;
2929
} finally;
3030
match implicit(finally type[12]);
31+
void _1();

tests/samples/ReservedWords.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ object ReservedWords {
1616
type union_lazy = native.CArray[Byte, native.Nat.Digit[native.Nat._1, native.Nat.Digit[native.Nat._2, native.Nat._8]]]
1717
def `with`(`sealed`: `match`, `implicit`: native.Ptr[`match`], `forSome`: `lazy`): `type` = native.extern
1818
def `implicit`(`type`: native.Ptr[`finally`]): `match` = native.extern
19+
def _1(): Unit = native.extern
1920
}
2021

2122
import ReservedWords._

0 commit comments

Comments
 (0)