blob: 7fb4bf1aa82a53fc257fdd144fff8ca9584e230d (
plain)
1
2
3
4
5
6
7
|
/* { dg-do run { target init_priority } } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto -O3" } */
/* Via the magic string "-std=*++" indicate that testing one (the default) C++ standard is sufficient. */
/* { dg-additional-options -DCDTOR_LINKAGE= } */
#include "initpri1.c"
|