rtti2.C   [plain text]


// { dg-do run  }
#include <typeinfo>

int main() {
  typeid(bool);
}