File indexing completed on 2024-11-24 05:05:28
0001 #include <oneaaa_comp.h> 0002 #include <oneaaa_othercomp.h> // Should be in the component, but isn't! "Not good" 0003 #include <oneaaa_othercomp2.h> // Is in the component _and_ in the test. "All good" 0004 0005 int main() 0006 { 0007 // ... Test case ... 0008 return 0; 0009 }