blob: f4c2cc9ed5c707fa1da876bc2a43ba9a2e90042e [file] [log] [blame]
/* A module exporting two symbols, and requiring none. */
#include "module.h"
int exported1, exported2;
EXPORT_SYMBOL(exported1);
EXPORT_SYMBOL(exported2);