Changes in tests/io/comp_basic.cfa [aca0d2f:7bc84b8]
- File:
-
- 1 edited
-
tests/io/comp_basic.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/comp_basic.cfa
raca0d2f r7bc84b8 26 26 #include <unistd.h> 27 27 28 st atic struct {28 struct { 29 29 barrier & bar; 30 30 int pipe[2]; 31 31 32 } globals; 32 33
Note:
See TracChangeset
for help on using the changeset viewer.