blob: 6393f7ec99b1d69e7c02926cd4951bfd0e522c44 (
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=static } */
#include "initpri1.c"
|