summaryrefslogtreecommitdiff
path: root/6p52.cpp
diff options
context:
space:
mode:
Diffstat (limited to '6p52.cpp')
-rw-r--r--6p52.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/6p52.cpp b/6p52.cpp
new file mode 100644
index 0000000..e2b4925
--- /dev/null
+++ b/6p52.cpp
@@ -0,0 +1,19 @@
+
+/*
+ *
+ * 6.52
+ *
+ *
+ */
+
+int main () {
+
+ /*
+ void manip(int, int);
+ double dobj;
+ (a) manip(ā€™aā€™, ā€™zā€™); // Rank 3
+ (b) manip(55.4, dobj); // Rank 4
+
+ */
+ return 0;
+}