Sign in
eclipse
/
ptp
/
org.eclipse.ptp
/
refs/tags/PTP_7_0_5
/
.
/
tools
/
cdt
/
org.eclipse.ptp.cdt.compilers.core
/
examples
/
errors.c
blob: 4a27b80f62f9f9ba4895e34810fc7031534b8f05 [
file
] [
log
] [
blame
]
int
one_arg
(
int
arg
);
int
main
(
int
argc
,
char
**
argv
)
{
struct
{
int
a
;
};
char
*
ptr
=
1.2345
;
undefined_variable
=
6
;
function_not_declared
();
one_arg
(
1
,
2
,
3
);
}