aarch64: Use implementation namespace for vxarq_u64 immediate argument
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc8739.d
blob005f93d4df439e1f1a4c7c880b70179d118ca3fd
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 module ddoc8739;
7 ///
8 void delegate(int a) dg;
10 ///
11 void delegate(int b) dg2;
13 ///
14 void delegate(int c)[] dg3;
16 ///
17 void delegate(int d)* dg4;
19 void main() {}