source: tests/linking/mangling/lib.cfa@ d40555e

ADT ast-experimental
Last change on this file since d40555e was e1d66c84, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Clean-up from my investigation on the anonymous issue. The parser change improves highlighting.

  • Property mode set to 100644
File size: 137 bytes
Line 
1#include "header.hfa"
2
3name_but_a_typedefed_t a_typedefed_global;
4
5struct {
6 int some_int;
7 int some_other_int;
8} a_global_with_no_type;
Note: See TracBrowser for help on using the repository browser.