Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / IDL_Test / exception_misuse2.idl
blobd5deeeebd22bc0609eb809c485bdbcbd098c5ba4
1 /**
2 * @file exception_misuse2.idl
4 * https://github.com/DOCGroup/ACE_TAO/issues/2015
6 * tao_idl shall reject use of exception for struct member
8 */
9 module exception_misuse2 {
10 exception exc_t {
11 string reason;
13 struct mystruct {
14 exc_t ex;