aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/ddoc14413.d
blob: 35864766cd883ce7670f31b35fa2ebe1266b8dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh

module ddoc14413;

/// This should
/// be one
/// paragraph.
///
/// Paragraph 2
void foo(){}