brintos

brintos / llvm-project-archived public Read only

0
0
Text · 171 B · b8ab4cb Raw
4 lines · c
1// RUN: %clang_cc1 %s -verify -fsyntax-only -std=c112 3int x(void) { e: b: ; return &&e - &&b < x; } // expected-warning {{ordered comparison between pointer and integer}}4