mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
3 lines
95 B
C
3 lines
95 B
C
// RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult"
|
|
|
|
int a(char* a, char* b) {return a<b;}
|