Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
efe060b04f9d8d0e6072dd188e1b4c7f69e4e2b1
/
.
/
Tests
/
RunCMake
/
CompileWarningAsError
/
warn.cxx
blob: 64a245a2b403cc63cd318bb720541c4c935ac713 [
file
]
static
void
unused_function
();
#ifdef
__SUNPRO_CC
struct
A
{
virtual
~
A
()
throw
();
};
struct
B
:
public
A
{
virtual
~
B
()
throw
(
int
);
};
#endif
int
main
(
int
unused_argument
,
char
*
[])
{
return
1
;
}