Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/alias-1_a.H
2023-03-06 14:48:14 +01:00

10 lines
148 B
C

// { dg-additional-options "-fmodule-header -isystem [srcdir]" }
// { dg-module-cmi {} }
#ifndef ALIAS_1_A
#define ALIAS_1_A
int frob ();
#endif