diff options
Diffstat (limited to '6p31.cpp')
-rw-r--r-- | 6p31.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/6p31.cpp b/6p31.cpp new file mode 100644 index 0000000..49bfced --- /dev/null +++ b/6p31.cpp @@ -0,0 +1,13 @@ + +/* + * + * 6.31 + * + * + */ + +int main () { + + // When the reference is not a local variable + return 0; +} |