source: tests/include/vector-collections.cfa

Last change on this file was 0b8c951d, checked in by Peter A. Buhr <pabuhr@…>, 8 months ago

more rename directories containers to collections

  • Property mode set to 100644
File size: 92 bytes
Line 
1#include <vector.hfa>
2#include <bits/collections.hfa>
3
4int main() {
5    printf("done\n");
6}
Note: See TracBrowser for help on using the repository browser.