cosmopolitan/third_party/chibicc/test/msabi_test.c
Justine Tunney f1dfa4bdfa Add some more builtins to chibicc
https://justine.lol/cosmopolitan/documentation.html should now contain a
lot of functions that had been missing previously due to not having them
2022-04-17 13:07:07 -07:00

6 lines
116 B
C

#include "third_party/chibicc/test/test.h"
int (*__attribute__((__ms_abi__)) NtFoo)(int x, int y);
int main() {
}