view gcc/testsuite/g++.dg/lto/20081125_0.C @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

// { dg-lto-do link }
// { dg-lto-options {{-flto -flto-partition=1to1}} }
#include "20081125.h"

object::object (int x)
{
}

void
object::key_method (void)
{
}

int
main ()
{
  return 0;
}