blob: 0d4ae0711584e337043ba9f12690fe00702b5568 [file] [log] [blame]
// { dg-additional-options "-fmodule-header -fmodule-mapper=|@g++-mapper-server\\ -mt\\ $srcdir/g++.dg/modules/legacy-2.map" }
// { dg-module-cmi {} }
#define frob FROB
// this should be diverted, if it isn't the above #define will break us
#include "legacy-2_a.H"
int move (int X = __LINE__); // Capture __LINE__ in a non-definition
// this should not be diverted
#include "legacy-2.h"