Open Menu
/
testing
/
test-cases
/
lazy-weak-import.dtest
/
foo.c
All symbols
C/CPP/ASM
Kconfig
Devicetree
DT compatible
Clear
Go get it
Loading...
1
2
3
4
5
6
7
8
9
10
extern
void
bar
()
__attribute__
((
weak_import
));
void
foo
()
{
if
(
&
bar
)
bar
();
}