Skip to content

Commit 0660cc6

Browse files
committed
Test to demonstrate #136
1 parent a037e26 commit 0660cc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stc/tests/870-work-types.swift

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
// SKIP-THIS-TEST #136
3+
4+
pragma worktypedef t0;
5+
6+
@dispatch=t0
7+
app f() { "echo" "hello" ; }
8+
9+
f();

0 commit comments

Comments
 (0)