Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Eigen Compiler Suite
All Projects
Eigen Compiler Suite
Overview
Activity
Roadmap
Issues
News
Forums
Files
Download (144 Bytes)
RE: Need help with test case 00041
» test2.c
Rochus Keller
, 02 June 2024 18:34
/*
long long f()
{
return 12345;
}
*/
long
long
gll
;
int
main
()
{
//int i;
//gll = f();
//i = gll;
gll
=
12345
;
return
gll
==
12345
;
}
« Previous
1
2
Next »
(2-2/2)
Loading...