Removed superfluous file.
[gromacs/rigid-bodies.git] / cmake / TestPipes.c
blob004fa8b29873e6b8e38ac916c31a9a34a6a8f112
1 #include <stdio.h>
3 int
4 main()
6 FILE *fp;
8 fp = popen("/tmp/xyz","r");
9 return 0;