Skip to content

Commit

Permalink
Move issue 13049 test case to compilable/testparse.d
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Mar 29, 2015
1 parent 793fd55 commit 1f8ca2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/compilable/parse13049.d

This file was deleted.

7 changes: 7 additions & 0 deletions test/compilable/testparse.d
Expand Up @@ -159,3 +159,10 @@ void test11957()
override void x() {}
}
}

/***************************************************/
// 13049

enum mangle13049(T) = T.mangleof;
alias FP13049 = void function(scope int); // OK
static assert(mangle13049!FP13049 == mangle13049!(void function(scope int))); // OK <- NG

0 comments on commit 1f8ca2b

Please sign in to comment.