1! { dg-do run }
2
3! PR fortran/43829
4! Scalarization of reductions.
5! Test that inlined sum is correct.
6
7! We can't check for the absence of temporary arrays generated on the run-time
8! testcase, as inlining is disabled at -Os, so it will fail in that case.
9! Thus, the test is splitted into two independant files, one checking for
10! the absence of temporaries, and one (this one) checking that the code
11! generated remains valid at all optimization levels.
12include 'inline_sum_1.f90'
13