mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-30 00:38:54 -04:00
7 lines
108 B
C
7 lines
108 B
C
// RUN: clang --emit-llvm -o - %s
|
|
// <rdar://problem/6122967>
|
|
|
|
int f0(void *a, void *b) {
|
|
return a - b;
|
|
}
|