]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test7754.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test7754.d
CommitLineData
5fee5ec3
IB
1/*
2REQUIRED_ARGS: -H -Hd${RESULTS_DIR}/compilable
3PERMUTE_ARGS: -d -dw
4
5OUTPUT_FILES: ${RESULTS_DIR}/compilable/test7754.di
6TEST_OUTPUT:
7---
8=== ${RESULTS_DIR}/compilable/test7754.di
9// D import file generated from 'compilable/test7754.d'
10struct Foo(T)
11{
12 shared static this()
13 {
14 }
15 static this()
16 {
17 }
18}
19---
20*/
b4c522fa
IB
21
22struct Foo(T)
23{
24 shared static this()
25 {
26 }
27
28 static this()
29 {
30 }
31}