blob: 0c8b8b0c24caa515c6cded0710fab9ebcf0d9f77 [file] [log] [blame]
#include <typeinfo>
int main() {
typeid(bool);
}