update isl for change in representation of isl_constraint
[ppcg.git] / clan / tests / unitary / comments.c
blob28247d8f8edf6dc2d30b14760a297f7435cd9178
1 #pragma scop
2 /* A comment in the scop. */
3 for (i=1;i<=n;i++)
4 // A C++ comment.
5 c[i] = 0;
6 /* Another comment in the scop. */
7 #pragma endscop