d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / imports / art4769a.d
blobe7f59ec9a00fef08f3772c0fb3345e53b0dc8566
1 module imports.art4769a;
3 import core.stdc.stdio;
5 template DataStreamability(T)
7 const int isStreamable = true;
8 alias T footype;
10 void write()
12 printf("hallo\n");