summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-module-nsections.c
blob: c1ce58b779b69d5c716e2f7098a252f77d5a54f6 (plain)
1
2
3
4
5
6
7
8
#include <linux/module.h>

struct module_sect_attrs x;

void foo (void)
{
  (void) x.nsections; 
}