Skip to content

Commit

Permalink
Exercice Type[Indentifier] in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadalnix committed Jan 19, 2015
1 parent 775d2a6 commit 9be676f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libd-llvm
Submodule libd-llvm updated from 6065cd to e12e62
2 changes: 1 addition & 1 deletion libsdrt
3 changes: 2 additions & 1 deletion tests/test0124.d
Expand Up @@ -4,7 +4,8 @@
// Test correct generation of temporary.

int main() {
int[16] ii;
enum BUFFER_SIZE = 16;
int[BUFFER_SIZE] ii;
int i = 12;

ii[++i] = i;
Expand Down

0 comments on commit 9be676f

Please sign in to comment.