1 2 3 4 5 6 7 8
#include <linux/module.h> struct module_sect_attrs x; void foo (void) { (void) x.nsections; }