6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
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;
|
|
| ^^^^^^
|