fork download
  1.  
  2.  
  3. struct Traits
  4. {
  5. typedef struct Item ItemType;
  6. };
  7.  
  8.  
  9. struct Item {};
  10.  
  11.  
  12. int main()
  13. {
  14. Traits::ItemType item;
  15. }
  16.  
  17.  
  18.  
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty