(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
asan/
pr55617.C
// { dg-do run }

struct c18 { 
  virtual void bar() { }
};
c18 ret;
int main () {
}