The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef SUB_DIR_H
#define SUB_DIR_H

union _union {
  int sub;
};

#endif