brintos

brintos / llvm-project-archived public Read only

0
0
Text · 84 B · ae57387 Raw
6 lines · c
1// RUN: %clang_cc1 -emit-llvm -o - %s2 3int f0(void *a, void *b) {4  return a - b;5}6