blob: 9621d035f083f6b0e9690132f3b2b78cac6758b8 [file] [log] [blame]
#include <typeinfo>
int main() {
(void) typeid(int);
return 0;
}