mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
7 lines
116 B
C
7 lines
116 B
C
|
#include "third_party/chibicc/test/test.h"
|
||
|
|
||
|
int (*__attribute__((__ms_abi__)) NtFoo)(int x, int y);
|
||
|
|
||
|
int main() {
|
||
|
}
|