blob: 552e9b500fc166ee1a0e7ab2e41752c8e43ec3f8 [file] [log] [blame]
#include <linux/module.h>
int exported_variable_gpl = 1;
EXPORT_SYMBOL_GPL(exported_variable_gpl);
void local_function(void) {}
int local_variable = 2;