Bochs/bochs-testing/plugin-test/test3-twomodules
2002-10-16 04:40:21 +00:00
..
Makefile.in
module1.cc
module1.h
module2.cc
module2.h
README
uselib.cc
uselib.out.expected

test3

Add a second module

module1 exports module_name and operate(int,int).
module2 exports n_operations

Both are used in uselib.cc.  They don't use each other's symbols.