Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
1d415706
Commit
1d415706
authored
Jun 02, 2016
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tcon: add testcase for const members in tcon_container_of()
Signed-off-by:
Rusty Russell
<
rusty@rustcorp.com.au
>
parent
cd2d0906
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ccan/tcon/test/compile_ok-container.c
ccan/tcon/test/compile_ok-container.c
+2
-2
No files found.
ccan/tcon/test/compile_ok-container.c
View file @
1d415706
...
@@ -19,13 +19,13 @@ struct info_base {
...
@@ -19,13 +19,13 @@ struct info_base {
struct
info_tcon
{
struct
info_tcon
{
struct
info_base
base
;
struct
info_base
base
;
TCON
(
TCON_CONTAINER
(
concan
,
struct
outer
,
inner
));
TCON
(
TCON_CONTAINER
(
fi
,
struct
outer
,
inner
));
};
};
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
/* Const should work! */
/* Const should work! */
const
struct
outer
*
ovar
;
const
struct
outer
*
ovar
=
NULL
;
struct
outer
*
o
;
struct
outer
*
o
;
struct
info_tcon
info
;
struct
info_tcon
info
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment