1 // { dg-additional-options -fmodule-header }
2 // { dg-module-cmi {} }
3 
4 extern "C"
5 {
6   extern int isalnum (int) __attribute__ ((__nothrow__, __leaf__));
7 }
8 
9 namespace std
10 {
11 using ::isalnum;
12 }
13