brintos

brintos / llvm-project-archived public Read only

0
0
Text · 102 B · 164fe25 Raw
6 lines · c
1#include "foo.h"2int main() {3  const char *s = "Hello macCatalyst!";4  return foo(); // break here5}6