comparison clang/test/Sema/tautological-constant-compare.c @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
41 if (v > 32767) 41 if (v > 32767)
42 return; 42 return;
43 } 43 }
44 #endif 44 #endif
45 45
46 int main() 46 int main(void)
47 { 47 {
48 #ifdef __cplusplus 48 #ifdef __cplusplus
49 TFunc<unsigned char>(); 49 TFunc<unsigned char>();
50 TFunc<signed short>(); 50 TFunc<signed short>();
51 #endif 51 #endif