David Gonzalez Martin 88ce420b00 Enable MacOS CI
2024-04-22 15:49:07 -06:00

8 lines
92 B
C

extern int foo();
#include <assert.h>
int main()
{
assert(foo() == 42);
return 0;
}