Question from the C++ test

What is the result of the following code? #define CONSTANT 10; int main() { return CONSTANT; }