brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · e0b9b0a Raw
7 lines · c
1template<typename T> struct is_floating {2  enum { value = 0 };3  typedef int type;4};5#include "b.h"6bool n20 = is_floating<int>::value;7