blob: 00f8c192bd840d5653c7bd244b18e1fc16350c27 [file] [log] [blame]
// { dg-module-do run }
// { dg-additional-options "-fmodule-header" }
// { dg-module-cmi {} }
#ifndef MY_IOSTREAM_H
#define MY_IOSTREAM_H
/* Proxy iostream, because command line in flux. */
#include <iostream>
#endif