source:
proto/pablo/input/test/visitors/FinalBlockXFormer/NotFinalBlock/inFile.pablo
@
2702
Last change on this file since 2702 was 2702, checked in by ksherdy, 6 years ago | |
---|---|
File size: 141 bytes |
Line | |
---|---|
1 | function void Test() { |
2 | var stream<1> X; |
3 | var stream<1> R; |
4 | |
5 | // inFile(X) removed on non-final block |
6 | R = X; |
7 | R = pablo.inFile(X); |
8 | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.