Changeset 10b5970 for tests/poly-d-cycle.cfa
- Timestamp:
- Jan 7, 2025, 3:22:19 PM (2 weeks ago)
- Branches:
- master
- Children:
- 190a833
- Parents:
- 70670e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/poly-d-cycle.cfa
r70670e7 r10b5970 20 20 func_table(int) an_instance = { func }; 21 21 22 int main( int argc, char * argv[]) {22 int main() { 23 23 object(int) x = { 0p }; 24 24 an_instance.object_func( &x );
Note: See TracChangeset
for help on using the changeset viewer.