(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.mike/
rtti2.C
// { dg-do run  }
#include <typeinfo>

int main() {
  typeid(bool);
}