1 /* On VxWorks, in kernel mode, there is no support for .ctors/.dtors.
2 Instead, initialization is handled by munch. */
4 /* { dg-do compile { target vxworks_kernel } } */
5 /* { dg-final { scan-assembler-not "\.ctors" } } */
6 /* { dg-final { scan-assembler-not "\.dtors" } } */
10 void c1 () __attribute__((constructor
));
13 void d1 () __attribute__((destructor
));