test(ffi-linkage): xfail extern+export mutual-exclusion diagnostic (Phase 4)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -0,0 +1,5 @@
|
||||
error: conflicting linkage: 'extern' and 'export' cannot be combined — a declaration is either an import ('extern') or a definition ('export')
|
||||
--> examples/1175-diagnostics-extern-export-conflict.sx:9:29
|
||||
|
|
||||
9 | f :: (a: i32) -> i32 extern export;
|
||||
| ^^^^^^
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user