Searched refs:two_unions (Results 1 – 2 of 2) sorted by relevance
16 struct two_unions { in main() struct20 two_unions v{{""}, {""}}; in main()
20 struct two_unions { in main() struct25 auto v = new two_unions{{1}, {1}}; in main()