mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
5 lines
87 B
C
5 lines
87 B
C
// clang -O3 -shared -mtune=native ./noop.c -o noop.dylib
|
|
|
|
void noop();
|
|
|
|
void noop() {} |