diffblue-cbmc/regression/goto-instrument/gcc_attribute_used1
Michael Tautschnig 090790a467 Interpret GCC's attribute __used__
The Linux kernel marks various otherwise static (i.e., file-local)
symbols using __attribute__((__used__)) to retain them. Not interpreting
this attribute makes linking wrongly discard code and objects.
2018-06-04 09:12:57 +00:00
..
main.c Interpret GCC's attribute __used__ 2018-06-04 09:12:57 +00:00
test.desc Interpret GCC's attribute __used__ 2018-06-04 09:12:57 +00:00